home *** CD-ROM | disk | FTP | other *** search
- ; This is a PC-WRITE replacement file to use with CONVERT.
- ; It assumes that there is a 9 space indent for each line
- ; (as in MANUALn.TXT)
- ; It changes DOUBLE QUOTES to double SINGLE QUOTES.
- ;
- ;
- ; change CR/LF to just CR
- =e=l
- =e
- ; change indenting and SOFT-RETURNS
- =032=e=032=032=032=032=032=032=032=032=032=032=032
- =efp10
- =e=032=032=032=032=032=032=032=032=032=032=032
- =efp10
- =032=e=032=032=032=032=032=032=032=032=032
- =032
- =e=032=032=032=032=032=032=032=032=032
- =e
- ; DOUBLE QUOTE replacements must be done in this order.
- ; left DOUBLE QUOTE, with SPACE or CR before it.
- =032"=?1
- =032``=?1
- =e"=?1
- =e``=?1
- fp10"=?1
- fp10``=?1
- ; right DOUBLE QUOTE, with anything else before it.
- =?1"
- =?1''
- ; left DOUBLE QUOTE, as first character.
- "
- ``
-